home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / util / cli / realMU.lha / realMU.doc < prev   
Text File  |  1996-08-29  |  3KB  |  88 lines

  1.     Real Multi-User MultiUser!
  2.  
  3. Desclaimer:
  4.     I take no responsibility for anything that goes wrong. Don't blame me if it blows up your city,
  5. or if it brings back the dinosaurs! I have spoken.
  6.  
  7. Description:
  8.     This pack provides with a script and some info, how to make your Amiga a proper multiuser one,
  9. well as far as can be. It provides with an easy way for each user to have his/her own ENVARC:,
  10. WBStartup, and user-startup files. So far I didn't try to make .backdrop files user-specific, but I
  11. am sure there is package on aminet called mu-backdrop, but I haven't tested it yet... maybe you
  12. should.
  13.     So far so good. For this small script to work, you need to have a specific structure for your
  14. HOMES dir. Here is how I have it:
  15.  
  16. AmigaHomes:                (AmigaHomes: is an assignment, so put it anywhere you like)
  17.     |
  18.     |
  19.     |--root                (root user's home dir)
  20.     |    |
  21.     |    |
  22.     |    |--Env-Archive    (Env-Archive dir, pointed to by ENVARC:)
  23.     |    |
  24.     |    |--WBStartup    (WBStartup dir, linked to SYS:WBStartup)
  25.     |    |
  26.     |    |--User-Startup    (User-Startup specific file)
  27.     |    |
  28.     |    ... other files
  29.     |
  30.     |--user1            (first user's home dir)
  31.     |    |
  32.     |    ... same thing
  33.     |
  34.     |
  35.     ... other users...
  36.  
  37.  
  38.     So here you have it, 
  39.  
  40. Requirements:
  41.     Of course multiuser IS needed. It can be found on aminet disk/misc -I think.
  42.     A fixed makelink command is needed if you place your homes dir in a different partition than
  43. SYS: -you DO use a hard disk don't you? :)
  44.     This can easily be found on aminet, just do a search.
  45.  
  46.     Some basic knowledge of how AmigaDOS is needed also, at least how to make your way around the
  47. shell.
  48.     Otherwise this script needs a bare minimum 68060, or better a PPC620@200MHz, some 64-bit gfx
  49. card, with 3D support, 128Bs or RAM, 250GBs of HD, and if you are feeling rich plug in a Cray T3D
  50. with some 1024 processors... seriously...:)
  51.  
  52. Istallation:
  53.     First, create the AmigaHomes: dir and the home dirs you need -but you probably have done that
  54. already. Next, create the dirs WBStartup and Env-Archive to the home dirs you think they are
  55. needed.. -no good creating user prefs for a user that plays games all the time!
  56.     Copy the original ENVARC: to each of the users' Env-Archive dirs so that they have a starting
  57. point. Do the same for the WBStartup dirs if you think it necessary. Copy also the S:User-Startup
  58. to each home dir or better to the more serious users' homes. No need for the faint-hearted to
  59. meddle around with such stuff.
  60.     Delete the SYS:WBStartup completely, leave only the .info file.
  61.     Next put the provided login-startup file in S: and change s:Startup-Sequence adding the
  62. following lines (remove the normal "execute s:user-startup" and loadwb stuff)
  63.  
  64. IF EXISTS S:Login-Startup
  65.     Execute S:Login-Startup
  66. EndIF
  67.  
  68. IF EXISTS HOME:User-Startup
  69.     Execute HOME:User-Startup
  70. ELSE
  71.     Execute S:user-startup
  72.     LoadWB
  73.     EndShell
  74. Endif
  75.  
  76.     Note that these lines should be the last thing in startup-sequence, just for good structuring.
  77.  
  78.     That's it. You're finished. Now you have a real multi-user MultiUser system.
  79.     I hope that this stuff works for you, it sure works for me, but the Amiga is such a versatile
  80. system, that you can never be sure what works in one Amiga and what not. Anyway, I will help as
  81. much as I can if there is a problem, but don't blame me for anything that goes wrong..
  82.  
  83.     I can be contacted for any questions to
  84.  
  85. Konstantinos Margaritis, markos@acropolis.net. (e-mail only, I never answer snail-mail).
  86.  
  87. I will answer all mail.
  88.